@charset "utf-8";
*{margin:0;padding:0;outline:none;box-sizing: border-box;outline:none !important;word-break:break-all;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.container{ width:100%;height:36.5vw }
.container img{ width:100%; }
.content h1{text-align:center;}
/*--清除浮动--*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;width: 0;height:0;font-size: 0;}
.clearfloat{zoom:1}
.hidden{
	overflow: hidden;
    text-overflow:ellipsis;
    /* white-space: nowrap; */
}
.slow{
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.flex{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.header{
	width: 100%;
}
.center{
	text-align: center;
}
.ovfl{
	overflow: hidden;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
.w-100{
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fwn{
	font-weight: normal;
}
ul li{
	box-sizing: border-box;
	list-style: none;
}
a{
	text-decoration: none;
	color: #333333;
}
.block {
	margin: 0 auto;
}
div{
	box-sizing: border-box;
}
body{
	position: relative;
	color: #000;
	line-height: 1.6em;
	font-family: 微软雅黑,arial,helvetica,sans-serif;
	min-width: 1240px;
}
body img{
	display: inline-block;
	max-width: 100%;
}
input:focus{ outline:none;}
input,button,select,textarea,a{ outline:none;border: none;}